StatusList

@Serializable
data class StatusList(val idx: UInt, val uri: String) : CborEncodable

This is a revocation status information, stored in mDoc object. It can be used to update the status of the credential.

Parameters

idx

Contains the index of the status entry of the MSO in the corresponding remote status list.

uri

Contains the HTTPS URL of the remote status list.

Constructors

Link copied to clipboard
constructor(idx: UInt, uri: String)

Properties

Link copied to clipboard
val idx: UInt
Link copied to clipboard
val uri: String

Functions

Link copied to clipboard
open override fun encode(): CBORObject
Link copied to clipboard
open fun encodeToBytes(): ByteArray